home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / DTP / Font Util ƒ / FontPrinter ƒ / FontPrinter README next >
Encoding:
Text File  |  1992-04-04  |  5.9 KB  |  111 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                                                                             Version 2.0
  7.  
  8. Thank you for taking the time to download this program and I hope that you find it useful.
  9.  
  10. Changes in Version 2.0 -- April 4, 1992
  11. ------------------------------------------
  12. * Merged the FontPrinter Setup and the More Options dialog into one
  13.    main dialog
  14. * You can now select the font and size that FontPrinter uses to print the
  15.    font name (via pop-up menus) when the "Include font name" option is
  16.    checked 
  17. * PrintMonitor now displays "FontPrinter Output @ StyleWriter" instead
  18.    of just "Unspecified @ StyleWriter
  19. * Default values for all setup options can be saved and are automatically
  20.    reloaded the next time FontPrinter in launched
  21. * The user text field and the font and size pop-up menus are dimmed and
  22.    ignored when not available.
  23. * The items in the FontPrinter Setup dialog should now redraw correctly
  24.    when they need to be updated (ie. returning from a screensaver)
  25. * Fixed a bug that caused really long font names to overrun the Progress
  26.    dialog box and to not be cleared away properly
  27.  
  28. Changes in Version 1.2 -- February 9, 1992
  29. ------------------------------------------
  30. * Added more printing options via another dialog box
  31. * Printing now creates only the desired pages instead of building all
  32. * Added ability for user to cancel the page creation process, however,
  33.    the portion of the fonts that have been drawn will still be printed. (I'm
  34.    still new to Mac programming so I haven't figured out how to stop this,
  35.    you can use Command-Period to stop the actual printing once it starts)
  36.  
  37. Changes in Version 1.1 -- January 27, 1992  (not released)
  38. -------------------------------------------------------
  39. * Added a more user-friendly application environment
  40. * Added support for desk accessories (ie. Chooser)
  41. * Added display of number of fonts, fonts per page, & total pages needed
  42.  
  43. Introduction
  44. -----------
  45.             The major reason that I wrote this program was for my own use, but then I thought that maybe some other people could use it also.  My problem was that I tended to collect a large number of public domain TrueType fonts and then I would forget what they all looked like.  It was also a problem when other people used my computer and they needed to know what each and every font looked like.  My first solution was to use a word processor and type in a sample of each font onto a two column page.  This worked OK, but it was extremely slow and tedious to add in new fonts and change old ones.
  46.  
  47.             That's where FontPrinter comes in, basically all you have to do is launch the program and then click the mouse a few times.  Then FontPrinter will create and print a document containing all of your fonts in their own typeface.
  48.  
  49.                     Basically what the program does is add all the fonts visible to your system to an internal menu and then traverse that menu until all the fonts have been printed.  Because the program prints out the font name just as it appears in a normal font menu, if you have bitmaps for all the different styles of a particular font installed, they will also get printed out, not just the Roman version.  Also if you have any fonts that contain only capital letters you need to change their names using ResEdit to end with 'Caps'.  This will cause FontPrinter to print that font name in all capitals so you won't get any of those missing character boxes on the printout.
  50.  
  51. Instructions
  52. -----------
  53.             After the information dialog comes on the screen, you can click the mouse button to dismiss it and continue.  Now a small window will appear.  This window contains a program logo and also shows you how many fonts are visible to FontPrinter, how many columns are in use, how many fonts will be printed on each page, and how many pages will be needed using the current print settings.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.             You can change some values that will affect the final printout by using the FontPrinter Setup... menu item in the File menu.  When you choose this item, you will be presented with the following dialog :
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.             From here you can set several printing options, including printing in a single column across the whole page instead of two half page columns, having your own text used on the printout instead of the font name, having the program maintain the preferred font size even if it won't fit in a column (it will be truncated), and including the name of the font in your choice of font and size in front the sample text (useful if you enter your own text string).  If you check the "Make Current Settings..." checkbox then, when you click the OK button, all setup values will be saved inside FontPrinter and reloaded each time the program is launched.  This allows you to configure FontPrinter the way you want just once and then next time you run the program you just need to select the print command.
  79.  
  80.             When you choose Print... from the File menu, the standard Print Job dialog box will appear and if you press the OK button the page creation and printing process will begin.  The following window will appear :
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. As FontPrinter draws each font on the page it will let you know what the current font is and approximately how far it has to go via the progress bar.  You can stop this process by clicking on the Stop button.
  93.  
  94.  
  95. >> >> >> >> >> >> >> >> >> >> >> >> >>  DISCLAIMER  << << << << << << << << << << << <<
  96.  
  97.             I have only tested this program on the limited number of machines and printers that I have access to so I make no guarantees that it will work with every possible combination of software and hardware.
  98.  
  99. If you use this program I would appreciate it if you would send $5.00 to:
  100.  
  101.                                         Mark J. Anderson
  102.                                         Bloss Hall  #306
  103.                                         Corvallis, OR  97331-1201
  104.  
  105. Or at least send me some E-mail saying what kind of system setup you have (ie. what printer, computer, VM? 32-bit?) and whether or not my program worked for you.  Any suggestions for future versions and/or comments are also welcome via E-mail to andersm@prism.cs.orst.edu.
  106.  
  107.                                                                                                                                         THANK YOU